Xceed Chart for WinForms v4.4 Documentation
WriteRaw(Char[],Int32,Int32) Method


Xceed.Chart.Utilities.v4.4 Assembly > Xceed.Chart.Utilities Namespace > XmlNodeWriter Class > WriteRaw Method : WriteRaw(Char[],Int32,Int32) Method
Calls WriteRaw(string) with new string(buffer, index, count)
Syntax
'Declaration
 
Public Overloads Overrides Sub WriteRaw( _
   ByVal buffer() As Char, _
   ByVal index As Integer, _
   ByVal count As Integer _
) 
'Usage
 
Dim instance As XmlNodeWriter
Dim buffer() As Char
Dim index As Integer
Dim count As Integer
 
instance.WriteRaw(buffer, index, count)
public override void WriteRaw( 
   char[] buffer,
   int index,
   int count
)

Parameters

buffer
index
count
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XmlNodeWriter Class
XmlNodeWriter Members
Overload List
Base Implementation in WriteRaw(Char[],Int32,Int32)